Package com.vdek.agv.gen.schema_20260701
Class DiagnosenCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20260701.DiagnosenCtp
-
public class DiagnosenCtp extends java.lang.Objecthttps://www.bfarm.de/DE/Kodiersysteme/Klassifikationen/ICD/ICD-10-GM/_node.htmlJava-Klasse für Diagnosen_Ctp complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="Diagnosen_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Jahr" type="{SV-Basis://XMLSchema/1.0}Jahr_Stp"/> <element name="Diagnose" type="{SV-Basis://XMLSchema/1.0}Diagnose_Ctp" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<DiagnoseCtp>diagnoseprotected intjahr
-
Constructor Summary
Constructors Constructor Description DiagnosenCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DiagnoseCtp>getDiagnose()Gets the value of the diagnose property.intgetJahr()Ruft den Wert der jahr-Eigenschaft ab.voidsetJahr(int value)Legt den Wert der jahr-Eigenschaft fest.
-
-
-
Field Detail
-
jahr
protected int jahr
-
diagnose
protected java.util.List<DiagnoseCtp> diagnose
-
-
Method Detail
-
getJahr
public int getJahr()
Ruft den Wert der jahr-Eigenschaft ab.
-
setJahr
public void setJahr(int value)
Legt den Wert der jahr-Eigenschaft fest.
-
getDiagnose
public java.util.List<DiagnoseCtp> getDiagnose()
Gets the value of the diagnose property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the diagnose property.For example, to add a new item, do as follows:
getDiagnose().add(newItem);
Objects of the following type(s) are allowed in the list
DiagnoseCtp- Returns:
- The value of the diagnose property.
-
-